home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
- #
- # ftp-anonymous.hlp
- #
- # Copyright 1988-1996 Silicon Graphics, Inc.
- # All rights reserved.
- #
- # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- # the contents of this file may not be disclosed to third parties, copied or
- # duplicated in any form, in whole or in part, without the prior written
- # permission of Silicon Graphics, Inc.
- #
- # RESTRICTED RIGHTS LEGEND:
- # Use, duplication or disclosure by the Government is subject to restrictions
- # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- # rights reserved under the Copyright Laws of the United States.
- #
- # $Id: ftp-anonymous.hlp,v 1.5 1997/04/17 21:29:04 shotes Exp $
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Anonymous FTP Configuration</H2>
- <P>
- The FTP daemon recognizes a special login account for the user <VAR>ftp</VAR>.
- If this user account exists, FTP allows users to log in with the
- user name <VAR>anonymous</VAR> and retrieve files from a special directory
- hierarchy. For security, this is a self-contained hierarchy with everything
- that the FTP daemon needs, and it is impossible for the client to do anything
- outside of this directory.
- </P>
- <P>
- <STRONG>Enable anonymous FTP:</STRONG> This selection allows you to
- add or delete the anonymous account. Select <VAR>Yes</VAR> to add
- the FTP account and create the directory hierarchy if it does not
- already exist. Select <VAR>No</VAR> to remove the FTP account.
- </P>
- (Default value: No)
- <P>
- <STRONG>Note:</STRONG> Selecting no does not remove the FTP
- directory hierarchy. To remove it, log in to the system directly
- and remove the files or store them for future use.
- </P>
- <P>
- <STRONG>Home directory for the FTP account:</STRONG> This is the directory
- name for the anonymous FTP directory hierarchy. If the directory does not
- already exist, it is created and the necessary files are copied into it. The
- default directory is <VAR>/var/ftp</VAR>, but you can enter a different
- directory name if you wish.
- </P>
- (Default value: <VAR>/var/ftp</VAR>)
- </P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-